/** Shopify CDN: Minification failed

Line 349:29 Expected identifier but found "!"
Line 349:32 Expected identifier but found "!"
Line 500:0 Expected "}" to go with "{"

**/
/* Use this file to add custom css to the theme. */
@font-face {
  font-family: "FactoriaTest-Ultra-BF65c2f4a99df38";
  src: url("/cdn/shop/files/FactoriaTest-Ultra-BF65c2f4a99df38.woff?v=1713204842") format("woff"),
  url("/cdn/shop/files/FactoriaTest-Ultra-BF65c2f4a99df38.woff2?v=1713204346") format("woff2");
}
@font-face {
  font-family: "FactoriaTest-Demi-BF65c2f4a93c62d";
  src: url("/cdn/shop/files/FactoriaTest-Demi-BF65c2f4a93c62d.woff?v=1713205251") format("woff"),
  url("/cdn/shop/files/FactoriaTest-Demi-BF65c2f4a93c62d.woff2?v=1713205247") format("woff2");
}
:root {
/*
  --font-logo: unset;
  --font-logo-weight: unset;
  --font-logo-style: unset;
  */

  /* --font-heading: FactoriaTest-Ultra-BF65c2f4a99df38;
  --font-heading-weight: unset;
  --font-heading-style: unset;


  --font-body: FactoriaTest-Demi-BF65c2f4a93c62d;
  --font-body-weight: unset;
  --font-body-style: unset; */

  --font-heading: "factoria", serif;
  --font-heading-weight: 900;
  --font-heading-style: normal;


  --font-body: "factoria", serif;
  --font-body-weight: 600;
  --font-body-style: normal;

}


/* Factoria Demi
font-family: "factoria", serif;
font-weight: 600;
font-style: normal;



Factoria Ultra
font-family: "factoria", serif;
font-weight: 900;
font-style: normal; */


/*** Hero Section ***/

/* h2.image-hero__heading.type-heading-dynamic {
    color: #f2f2ed;
    line-height: 21px;
}

.image-hero__subheading p {
    color: #f2f2ed;
}

.image-hero__content-container {
    padding: 20px 0;
} */
 
/*** Header ***/

.header__content .nav__link.nav__item-primary {
    /* font-family: var(--font-body); */
    font-family: 'FactoriaTest-Demi-BF65c2f4a93c62d';
    text-transform: uppercase;
}

.header__nav .nav__submenu a.nav__link {
    font-family: 'FactoriaTest-Demi-BF65c2f4a93c62d';
}

.header__icon--cart .icon-header-button__icon .icon {
    width: 30px;
    height: 25px; 
}

/* .header {
    border-bottom: 4px solid #000;
}

.header-container.is-sticky .header {
    border-bottom: 4px solid #000;
} */

/*** image overlay text ***/

.text-overlay-boxs {
    display: flex; 
    justify-content: center;
    gap: 10px;
}

.text-overlay-box {
    /* width: 50%; */
    position: relative;
    text-align: center;
    color: white;
    flex: 1;
}

.text-overlay-box img {
    max-width: 100%;
    width: 100%;
}

.text-overlay-boxs .box_content {
    /* position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    margin-top: 5px;
    
}

.text-overlay-boxs .box_content h2.block_heading {
    font-size: 36px;
    margin: 0;
    line-height: 1;
    font-family: 'FactoriaTest-Ultra-BF65c2f4a99df38';
    color: #233e50;
}

.text-overlay-boxs .box_content a {
    margin: 0;
    line-height: 18px;
    font-family: 'FactoriaTest-Demi-BF65c2f4a93c62d';
    color: #b3b4b4;
    cursor: pointer;
}

.text-overlay-boxs .box_content a:hover {
    color: #233e50;
}

.banner_text .text-overlay-boxs .box_content {
    text-align: left;
    padding: 0 20px;
}

/*** change on hover ***/

.text-overlay-boxs .image_on_hover .reveal {
    position: relative;
}
.text-overlay-boxs .image_on_hover .hidden{
    position: absolute;
    z-index: -1; 
    z-index: initial;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.text-overlay-boxs .image_on_hover .hidden{
    display: block !important;
    visibility: visible !important;
    transition: opacity 0.3s ease-in;
}
.text-overlay-boxs .image_on_hover .hidden{
    display: none;
    visibility: hidden;
}
.text-overlay-boxs .image_on_hover:hover .hidden{
    z-index: 100000;
    z-index: initial;
    opacity: 1;
}

.text-overlay-boxs .image_on_hover img {
    display: block !important;
}


/*** text with Images ***/

.text_wd_images {
    background: #F2F2ED;
}

.text_wd_images .text_wd_images_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_wd_images .both_sides_images {
    width: 22%;
}

.text_wd_images .boxx_content {
    width: 56%;
}

.text_wd_images .boxx_content h2 {
    font-size: 45px;
    line-height: 48px;
    font-family: 'FactoriaTest-Ultra-BF65c2f4a99df38';
    color: #233e50;
    font-weight: normal;
    margin: 0; 
}

.text_wd_images .boxx_content p {
    color: #233e50;
    font-size: 16px;
}

.text_wd_images .boxx_content {
    padding: 0 70px;
}

.text_wd_images .both_sides_images img {
    max-width: 100%;
    width: 100%;
    display: block;
}  

.text_wd_images.section {
    padding-bottom: 0;
    padding-top: 0;
}   


/*** Product Page ***/

.product-form__inner p.product__vendor {
    text-align: center;
}

.product-form__inner h1.product__title {
    text-align: center;
}

.product-form__inner .product__price {
    text-align: center;
}

.product-form__chip.selected {
    width: 100%;
}
/* .left_menu .nav__item-catalogs,.left_menu .nav__item-id-team-tremont {
    display: none !important;
} */
.header__icon-wrapper .right_menu {
    justify-content: flex-end !important;
}


/*** Mega Menu  ***/
 
.nav.nav--depth-2 {
    margin-top: 40px;
}

.nav.nav--depth-2, .mega-navigation {
    background: #f2f2ed;
}

ul#header-sub-menu--team-tremont {
    background: #f2f2ed;
}

.nav .nav__submenu.visible {
    background: #f2f2ed;
}

.nav .nav__submenu.visible {
    margin-top: 40px;
}

.nav a:hover, .nav .active {
    opacity: 1;
    color: #233E4F !important;
}

.mega-navigation__list-parent {
    display: unset;
}

.mega-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px;
}

.mega-navigation__list-container {
    flex:  3;
}

.mega-navigation__featured {
    flex:  6;
}

.mega-navigation__featured-wrapper {
    display: flex;
    gap: 20px;
}

.mega-navigation__featured-wrapper.single-image {
    flex-direction: row-reverse;
}

.mega_nav_featured_image_wrap {
    flex: 1;
}
 
.mega-navigation__featured-wrapper > .image:not(:only-child) {
    min-height: 200px;
    padding: 0 !important;
}

h6.mega-navigation__featured-title {
    margin: 0;
    margin-top: 5px;
    font-size: 21px;
    text-align: center;
}

.mega-navigation__list-heading {
    color: #0F0F0F;
    font-size: 16px;
}

.header-container.is-sticky .header {
    border-bottom: 3px solid #0f0f0f;
}

.mega-navigation__featured-wrapper .image {
    height: 100%;
}
.left_menu .nav__item-catalogs,.left_menu .nav__item-id-wholesale {
    display: none !important;!i;!;
}

/*** Progress Bar ***/

.cart-progress {
    padding: 20px 12px 35px;
}

h3.cart-progress__message.cart-progress__message--progress {
    margin: 0;
    font-weight: 600;
}

progress {
    width: 100%;
    min-height: 40px;
}

.progress_bar_bg {
  border-radius: 10px;
  width: 100%;
  max-width: 600px; /* Adjust as needed */
  margin: 0 auto;
}
 
.cart-progress__message--progress {
  color: #000; /* Progress color */
}

.cart_progress_icon { 
  position: relative;
  height: 20px; /* Height of the progress bar */
}

progress {
  -webkit-appearance: none; /* Remove default styles in WebKit browsers */
  appearance: none; /* Remove default styles */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff; /* Background color of the progress bar */
  border: 2px solid #fff;
  outline: 3px solid #000;
}

progress::-webkit-progress-bar {
  background: #fff; /* Background color of the progress bar */
  border-radius: 10px;
}

progress::-webkit-progress-value {
  background: #233e50; /* Color of the progress */
  border-radius: 10px;
}

progress::-moz-progress-bar {
  background: #233e50; /* Color of the progress */
  border-radius: 10px;
}

h3.cart-progress__message.cart-progress__message--success {
    margin: 0;
}

.nav .nav__submenu.nav__meganav .nav {
    column-count: 2;
    margin-bottom: 30px;
}


.mega-navigation__list .nav {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease; /* Add transition for smooth effect */
}

.mega-navigation__list:hover .nav {
    display: block;  
    opacity: 1;      
    max-height: 600px; 
}


/*** Media query ***/

@media screen and (max-width: 768px) {
.text-overlay-boxs .box_content h2.block_heading {
    font-size: 21px;
}

.text-overlay-boxs .box_content {
    top: 80%;
}  

.text_wd_images .text_wd_images_row {
    flex-wrap: wrap;
}

.text_wd_images .boxx_content {
    width: 100%;
}

.text_wd_images .both_sides_images {
    width: 100%;
}

.text_wd_images .boxx_content {
    padding: 0 20px;
}

h2.image-hero__heading.type-heading-dynamic {
    line-height: 45px;
}  
}

@media screen and (max-width: 600px) {

.text-overlay-box {
    width: 100%;
    flex: unset;
}

.text-overlay-boxs {
    flex-wrap: wrap;
}  
  
.text-overlay-boxs .box_content {
    top: 85%;
}
@media (max-width: 768px) {
  .video-hero {
    aspect-ratio: 4/3 !important; /* or 4/3 if you want taller */
    height: auto !important;
    min-height: auto !important;
    overflow: hidden;
  }

  .video-hero__inner,
  .video-hero__image,
  .video-hero video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}


